|
ARD2
1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
|
00001 00017 #ifndef _COMPILE_OPTIONS_H 00018 #define _COMPILE_OPTIONS_H 00019 /* 00020 ****************************************************************************** 00021 * Following switch enables or disables compilation using TLS LabView Suite. 00022 * It only takes effect if USE_FREEMASTER is disabled. 00023 ****************************************************************************** 00024 */ 00025 #define USE_LABVIEW 00026 /* 00027 ****************************************************************************** 00028 * Following switch is used to define specific defines for a given board 00029 * (Pictus Development board) 00030 ****************************************************************************** 00031 */ 00032 //#define USE_GENERIC_EVB_BOARD 00033 //#define USE_ARD2_V1 00034 #define USE_ARD2_V2 00035 //#define USE_ARD2_V3 00036 /* 00037 ****************************************************************************** 00038 * Choose between CG147-generated PSI sync pulses (switch on) and MCU-generated 00039 * sync pulses (switch off). 00040 ****************************************************************************** 00041 */ 00042 //#define USE_AUTO_SYNC 00043 /* 00044 ****************************************************************************** 00045 * Following is used to track firmware revision. 00046 ****************************************************************************** 00047 */ 00048 #define ARD2_FIRMWARE_REV "Firmware version 1.00 for Rev. B Hardware." 00049 //#define DEBUGGING_NOW 00050 #endif